VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateTable<T> Class / RebuildTable(ObjectPropertyChangedEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    RebuildTable(ObjectPropertyChangedEventArgs) Method (FormFieldTemplateTable<T>)
    In This Topic
    Rebuilds the table when some property of the table or cell template is changed.
    Syntax
    'Declaration
    
    Protected Overridable Sub RebuildTable( _
    ByVal cellTemplateChangedEventArgs
    The ObjectPropertyChangedEventArgs instance containing the event data when property of cell is template changed. Can be null if cell template is not changed.
    As Vintasoft.Imaging.ObjectPropertyChangedEventArgs _
    )

    Parameters

    cellTemplateChangedEventArgs
    The ObjectPropertyChangedEventArgs instance containing the event data when property of cell is template changed. Can be null if cell template is not changed.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also